home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_243_opendata.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  461 b   |  9 lines

  1. function OpenData(dataName, typeName : str255; useDialog : boolean) : boolean;
  2.  
  3. Opens the specified data file name.  This function accepts a full path name.  If no filename is given, then the GetFile dialog is displayed.   If useDialog is TRUE, any secondary dialog is displayed.
  4.  
  5. Returns FALSE if not successful.
  6.  
  7. File Types:  File type names are as shown in the pop-up menu file list.
  8.  
  9. Also see:  SaveData  OpenClut  SaveClut  TextOptions  ReadBinaryOptions